'Declaration Public Function New( _ ByVal collection As ICollection(Of T), _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItem As T, _ ByVal index As Integer, _ ByVal itemTypeDisplayName As String _ )
public CollectionChangeUndoUnit<T>( ICollection<T> collection, NotifyCollectionChangedAction action, T changedItem, int index, string itemTypeDisplayName )
Exception | Description |
---|---|
System.ArgumentNullException | The collection must not be null. |
System.ArgumentException | The collection cannot be ReadOnly. |
System.ArgumentException | The action must be 'Add' or 'Remove'. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2